home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-02 | 854 b | 31 lines |
- ;; string table and stuff for SETUP.EXE
- ;; $#6=foreground color; obsolete
- ;; $#7=background color; obsolete
- ;; $#9=window brush; obsolete
- ;; $#10=Win32 fail message
- ;; $#11=Setup dialog caption
-
- [SETUP]
- $#1=Setup is preparing the Chief's Installer Pro support files needed for the installation process.\n\nPlease wait ...
- $#2=Install ERROR
- $#3=I cannot find
- $#4=I cannot initialize the Installer.
- $#5=Insufficent space on TEMP drive
- $#6=$00FFFF00
- $#7=$00000000
- $#8=I cannot run from the TEMP directory!
- $#9=4
- $#10=I can only run under 32-bit Windows!
- $#11=Chief's Installer Pro Setup Wizard
-
- [USER-FILES]
- ; User files for SETUP.EXE to copy to TEMP directory
- $TEMPDIR=SETUP.CHF
-
- ; batch file to run at beginning of install
- $BATCH-FILE=SETUP.CHF
-
- ; do we require a 32-bit version of Windows?
- ; 0="No"; 1="Yes"
- $WIN32-ONLY=0
-